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