GetChannelsArgs
type GetChannelsArgs = {
archived?: boolean | null;
workspaceId: number;
};
Type Declaration
Name | Type |
---|---|
archived? | boolean | null |
workspaceId | number |
type GetChannelsArgs = {
archived?: boolean | null;
workspaceId: number;
};
Name | Type |
---|---|
archived? | boolean | null |
workspaceId | number |