UNPKG

@unito/integration-cli

Version:

Integration CLI

11 lines (9 loc) 248 B
import { GetCredentialAccountHandler } from '@unito/integration-sdk'; export const getCredentialAccount: GetCredentialAccountHandler = async () => { return { id: 'me', displayName: 'Me', emails: [], partition: undefined, }; };