AccessResourceRef
AccessResourceRef<
S> =object
Defined in: packages/core/src/access/types.ts:452
What a check builder needs from a resource config: the slug, to bind S, and the
fields, to recover an index NAME from a field name at runtime.
Structural rather than CollectionConfig so a GlobalConfig satisfies it too.
Type Parameters
Section titled “Type Parameters”S extends string
Resource slug.
Properties
Section titled “Properties”fields
Section titled “fields”
readonlyfields:Readonly<Record<string, {index?:string;type?:string; }>>
Defined in: packages/core/src/access/types.ts:453
readonlyslug:S
Defined in: packages/core/src/access/types.ts:454