strap about page custom query
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Interface automatically generated by schemas-to-ts
|
||||
|
||||
export interface HeaderB {
|
||||
header1?: string;
|
||||
header2?: string;
|
||||
description?: string;
|
||||
}
|
||||
export interface HeaderB_Plain {
|
||||
header1?: string;
|
||||
header2?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface HeaderB_NoRelations {
|
||||
header1?: string;
|
||||
header2?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user