update
This commit is contained in:
15
src/types/entities.ts
Normal file
15
src/types/entities.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface PostData {
|
||||
ID: string;
|
||||
post_author: string;
|
||||
post_name: string;
|
||||
post_title: string;
|
||||
post_excerpt: string;
|
||||
post_date: string;
|
||||
post_date_gmt: string;
|
||||
post_modified: string;
|
||||
post_content: string;
|
||||
}
|
||||
|
||||
export interface PagePayload {
|
||||
page: number;
|
||||
}
|
||||
Reference in New Issue
Block a user