interface RemoveUserEmailRequest {
    emailToRemove: string;
    pcd: SerializedPCD<SemaphoreSignaturePCD>;
}

Properties

Properties

emailToRemove: string

A semaphore signature from the user, used to verify their identity.

Generated using TypeDoc