blog component
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface Tag {
|
||||
tag?: string;
|
||||
}
|
||||
export interface Tag_Plain {
|
||||
tag?: string;
|
||||
}
|
||||
|
||||
export interface Tag_NoRelations {
|
||||
tag?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user