/** * My API * API documentation for my Laravel app * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import * as runtime from '../runtime'; import type { FrontendComponentResourceArrayResponse, SearchAllFrontendComponentsRequest } from '../models/index'; export interface GetAllFrontendComponentRequest { searchAllFrontendComponentsRequest?: SearchAllFrontendComponentsRequest; } /** * */ export declare class FrontendComponentApi extends runtime.BaseAPI { /** * Auto-generated: getAllFrontendComponent */ getAllFrontendComponentRaw(requestParameters: GetAllFrontendComponentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Auto-generated: getAllFrontendComponent */ getAllFrontendComponent(requestParameters?: GetAllFrontendComponentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; }