interface ChannelPosition {
    channel: string | NonThreadGuildBasedChannel;
    lockPermissions?: boolean;
    parent?: null | CategoryChannelResolvable;
    position?: number;
}

Properties

channel: string | NonThreadGuildBasedChannel
lockPermissions?: boolean
position?: number