interface DataListCommand { category: string; commandCode: string; createdAt: string | Date; createdFullName: string; createdUserId: string; id: string; lastUpdateFullName: string; lastUpdateUserId: string; lastUpdatedAt: string | Date; name: string; } export type { DataListCommand };