@typed-discord/rest
    Preparing search index...

    Interface UpdateRolePositionsRequest

    interface UpdateRolePositionsRequest {
        id?: `${bigint}` | null;
        position?: number | null;
    }
    Index

    Properties

    Properties

    id?: `${bigint}` | null
    position?: number | null