Variable COLLECTION_ERRORSConst

COLLECTION_ERRORS: {
    Base: typeof CollectionError;
    Empty: typeof EmptyCollectionError;
    ItemNotFound: typeof ItemNotFoundCollectionError;
    MultipleItemsFound: typeof MultipleItemsFoundCollectionError;
    Type: typeof TypeCollectionError;
    Unexpected: typeof UnexpectedCollectionError;
} = ...

IMPORT_PATH: "@daiso-tech/core/collection/contracts"