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

    Interface AppRegistryCreate

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