Skip to main content

ArchiveAllArgs

type ArchiveAllArgs = {
channelIds?: number[];
since?: Date;
until?: Date;
workspaceId: number;
};

Properties

channelIds?

optional channelIds: number[];

since?

optional since: Date;

until?

optional until: Date;

workspaceId

workspaceId: number;