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

    Interface CredentialsVerifyData

    interface CredentialsVerifyData {
        error?: string | null;
        excerpt?: string | null;
        valid: boolean;
    }
    Index
    error?: string | null
    excerpt?: string | null
    valid: boolean