Type alias GetCredentialOpts

GetCredentialOpts: {
    where: {
        appKey: string;
        consumerKey: string;
        credentialKey: string;
    };
}

Type declaration

  • where: {
        appKey: string;
        consumerKey: string;
        credentialKey: string;
    }
    • appKey: string
    • consumerKey: string
    • credentialKey: string