StackLatestPackagesStackSrcSupabaseType aliases
PendingOrCondition
PendingOrCondition is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: PendingOrCondition
type PendingOrCondition = {
column: string;
op: FilterOp;
value: unknown;
};Defined in: packages/stack/src/supabase/types.ts:69
Properties
column
column: string;Defined in: packages/stack/src/supabase/types.ts:70
op
op: FilterOp;Defined in: packages/stack/src/supabase/types.ts:71
value
value: unknown;Defined in: packages/stack/src/supabase/types.ts:72
EncryptedSupabaseResponse
EncryptedSupabaseResponse is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
packages/stack/src/types-public
packages/stack/src/types-public is a module in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.