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

    Interface YandexCredentialsModel

    interface YandexCredentialsModel {
        client_id?: string;
        client_secret?: string;
        token: string;
        type: "YANDEX";
    }
    Index
    client_id?: string
    client_secret?: string
    token: string
    type: "YANDEX"