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

    Interface AppRegistryEntry

    interface AppRegistryEntry {
        id: number;
        name: string;
        password: string;
        uri: string;
        username: string;
    }
    Index
    id: number
    name: string
    password: string
    uri: string
    username: string