UNPKG

@burotan/strapi-client

Version:

Ultimate type supported api client for Strapi!

10 lines (9 loc) 182 B
export type StrapiQuery<T> = { filters?: any; fields?: string[]; populate?: any; sort?: string[]; pagination?: any; status?: "draft" | "published"; locale?: string; };