Skip to main content

SectionUnarchivedPayload

type SectionUnarchivedPayload = {
eventData: {
addedAt: Date;
archivedAt: Date | null;
id: string;
isArchived: boolean;
isCollapsed: boolean;
isDeleted: boolean;
name: string;
projectId: string;
sectionOrder: number;
updatedAt: Date | null;
url: string;
userId: string;
};
eventName: "section:unarchived";
initiator: {
email: string;
fullName: string;
id: string;
imageId: string | null;
isPremium: boolean;
};
triggeredAt: Date;
userId: string;
version: "1";
};

Type Declaration

NameTypeDefault value
eventData{ addedAt: Date; archivedAt: Date | null; id: string; isArchived: boolean; isCollapsed: boolean; isDeleted: boolean; name: string; projectId: string; sectionOrder: number; updatedAt: Date | null; url: string; userId: string; }WebhookSectionSchema
eventData.addedAtDate-
eventData.archivedAtDate | null-
eventData.idstring-
eventData.isArchivedboolean-
eventData.isCollapsedboolean-
eventData.isDeletedboolean-
eventData.namestring-
eventData.projectIdstring-
eventData.sectionOrdernumber-
eventData.updatedAtDate | null-
eventData.urlstring-
eventData.userIdstring-
eventName"section:unarchived"-
initiator{ email: string; fullName: string; id: string; imageId: string | null; isPremium: boolean; }WebhookInitiatorSchema
initiator.emailstring-
initiator.fullNamestring-
initiator.idstring-
initiator.imageIdstring | null-
initiator.isPremiumboolean-
triggeredAtDate-
userIdstring-
version"1"WebhookVersionSchema