@truenas/api-client
    Preparing search index...

    Interface AppRegistryUpdate

    interface AppRegistryUpdate {
        name?: string;
        password?: string;
        uri?: string;
        username?: string;
    }
    Index
    name?: string
    password?: string
    uri?: string
    username?: string