Type alias EntriesQueries<EntrySkeleton>

EntriesQueries<EntrySkeleton>: EntryFieldsQueries<EntrySkeleton["fields"]> & EntryContentTypeQuery<EntrySkeleton["contentTypeId"]> | SysQueries<Pick<EntrySys, "createdAt" | "updatedAt" | "revision" | "id" | "type">> & MetadataTagsQueries & EntrySelectFilter & EntryOrderFilter & FixedQueryOptions & FixedPagedOptions & FixedLinkOptions

Type Parameters