19 lines
478 B
TypeScript
19 lines
478 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: GetBrands
|
|
// ====================================================
|
|
|
|
export interface GetBrands_selectBrand {
|
|
__typename: "evo_brand";
|
|
label: string | null;
|
|
value: any | null;
|
|
}
|
|
|
|
export interface GetBrands {
|
|
selectBrand: (GetBrands_selectBrand | null)[] | null;
|
|
}
|