JSDoc, closes #5874
This commit is contained in:
@@ -391,15 +391,15 @@ export type NotificationMetadata = {
|
||||
};
|
||||
|
||||
export type JSONExportMetadata = {
|
||||
/* The version of the export, allows updated structure in the future. */
|
||||
/** The version of the export, allows updated structure in the future. */
|
||||
exportVersion: number;
|
||||
/* The version of the application that created the export. */
|
||||
/** The version of the application that created the export. */
|
||||
version: string;
|
||||
/* The date the export was created. */
|
||||
/** The date the export was created. */
|
||||
createdAt: string;
|
||||
/* The ID of the user that created the export. */
|
||||
/** The ID of the user that created the export. */
|
||||
createdById: string;
|
||||
/* The email of the user that created the export. */
|
||||
/** The email of the user that created the export. */
|
||||
createdByEmail: string | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user