Type Alias KyselyCacheAdapterTable

KyselyCacheAdapterTable: {
    expiration: number | string | null;
    key: string;
    value: string;
}

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