Interface SendInstructionsInput

interface SendInstructionsInput {
    domainId: string;
    emailAddress: string;
    message: string;
}

Properties

domainId: string
emailAddress: string
message: string