export const $DeletionStatus = { properties: { status: { type: "string", isRequired: true, }, }, } as const;