Type Alias GetConfigsQuery

GetConfigsQuery: {
    project: {
        branch: {
            configs: {
                data: {
                    config: any;
                    functions: string;
                    name: string;
                    themeOptions: any;
                }[];
                totalPages: number;
            };
        };
    };
}