Interface EditChannelPosition

interface EditChannelPosition {
    channelId: string;
    position: number;
}

Properties

Properties

channelId: string
position: number

Generated using TypeDoc