Type Alias UnexpectedErrorCacheEvent

UnexpectedErrorCacheEvent: {
    error: unknown;
    keys?: string[];
    method: string;
    value?: unknown;
}

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