interface IVerificateAccount {
    procedure: string;
    username: string;
}

Properties

Properties

procedure: string
username: string