Type alias GetCredentialOpts
GetCredentialOpts : {
where: {
appKey: string;
consumerKey: string;
credentialKey: string;
};
}
where: {
appKey: string;
consumerKey: string;
credentialKey: string;
};
}
Type declaration
where: {
appKey: string;
consumerKey: string;
credentialKey: string;
}app
Key : stringconsumer
Key : stringcredential
Key : string