Type alias ParamsPlaysUsername

ParamsPlaysUsername: ParamsPlayBase & {
    username: string;
}

Type declaration

  • username: string