CustomEntityStoreAssignment type

Custom entity store assignment

type CustomEntityStoreAssignment = Resource & {
  entityStoreDatabaseLink?: string
  principal?: string
  systemData?: SystemData
}