add strapi types
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface Quote {
|
||||
title?: string;
|
||||
body?: string;
|
||||
}
|
||||
export interface Quote_Plain {
|
||||
title?: string;
|
||||
body?: string;
|
||||
}
|
||||
|
||||
export interface Quote_NoRelations {
|
||||
title?: string;
|
||||
body?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user