Type aliases
FetchRequestWithId
FetchRequestWithId: { id: string }
FetchRequestWithKey
FetchRequestWithKey: { key: string }
FetchResponse
Type parameters
IOrder
IOrder: "DESC" | "ASC"
RequestType
RequestType: "id" | "key"
RequiredContentReference
RequiredContentReference<T>: T & { _meta?: { schema: string }; contentType?: string; id: string }
Type parameters
-
T: Record<string, unknown>
use ContentClientConfigV1