interface ReactionPaginationReactionController {
    id: null | string;
    name: string;
    type: PaginationControllerType;
}

Properties

Properties

id: null | string
name: string