foundation-comms.basiccredentialsinput
Home > @genesislcap/foundation-comms > BasicCredentialsInput
BasicCredentialsInput type
Represents basic credentials for a user.
Signature:
export type BasicCredentialsInput = {
username: string;
password: string;
};