Type alias frameFieldsFragment$data
frameFieldsFragment$data: {
$fragmentType: "frameFieldsFragment";
frameFields: ReadonlyArray<{
dbField: string | null;
description: string | null;
embeddedDocType: string | null;
ftype: string;
info: object | null;
path: string;
subfield: string | null;
}> | null;
}
Type declaration
-
Readonly
$fragmentType: "frameFieldsFragment"
-
Readonly
frameFields: ReadonlyArray<{
dbField: string | null;
description: string | null;
embeddedDocType: string | null;
ftype: string;
info: object | null;
path: string;
subfield: string | null;
}> | null