Type Alias UsernameQueued

UsernameQueued: PlainDescriptor<{
    expiration: number;
    username: Binary;
    who: SS58String;
}>

A username was queued, but who must accept it prior to expiration.