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

    Interface AppImageAuthConfig

    interface AppImageAuthConfig {
        password: string;
        registry_uri?: string | null;
        username: string;
    }
    Index
    password: string
    registry_uri?: string | null
    username: string