Type Alias MeiliSearchErrorResponse

MeiliSearchErrorResponse: {
    code: string;
    link: string;
    message: string;
    type: string;
}