ff-webpage/types/collection/lookup.ts

11 lines
202 B
TypeScript
Raw Normal View History

export default interface Lookup {
id: number;
documentId: string;
collection: string;
2024-11-03 14:34:48 +00:00
imageItem: boolean;
reference: string;
createdAt: string;
updatedAt: string;
publishedAt: string;
}