ff-admin-server/src/command/templateUsageCommand.ts

7 lines
144 B
TypeScript
Raw Normal View History

2024-12-23 14:00:50 +01:00
export interface UpdateTemplateUsageCommand {
scope: string;
headerId: number | null;
bodyId: number | null;
footerId: number | null;
}