Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface News {
- template?: string;
- dealerCode: string;
- title: string;
- internalTitle: string;
- featured?: string;
- locale: string;
- metadata?: object;
- content: any;
- slug: string;
- status: string;
- publishedAt?: string;
- deletedAt?: string;
- id?: string;
- original?: string;
- createdBy?: string;
- updatedBy?: string;
- createdAt?: string;
- updatedAt?: string;
- expireAt?: string;
- revision?: number;
- active?: boolean;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement