Skip to main content

GetThreadsArgs

type GetThreadsArgs = {
archived?: boolean | null;
channelId?: number | null;
workspaceId: number;
};

Type Declaration

NameType
archived?boolean | null
channelId?number | null
workspaceIdnumber