/** * Interface for type metadata API */ export interface TypeResponse { /** Array of string*/ types: string[]; }