Skip to main content

ArchiveAllArgs

type ArchiveAllArgs = {
channelIds?: string[];
olderThan?: Date;
workspaceId: number;
};

Properties

channelIds?

optional channelIds: string[];

olderThan?

optional olderThan: Date;

workspaceId

workspaceId: number;