Skip to main content

AddChannelUserArgs

type AddChannelUserArgs = {
id: string;
userId: number;
};

Properties

id

id: string;

userId

userId: number;