ExternalUserId type
Home > @cbnsndwch/zrocket-contracts > ExternalUserId
ExternalUserId type
A string that identifies a user's profile in an extenal provider. Compose of the provider id and the user's id on the provider separated by a slash.
Signature:
type ExternalUserId = `${string}/${string}`;How was this page?