@statezero/core
Version:
The type-safe frontend client for StateZero - connect directly to your backend models with zero boilerplate
15 lines (14 loc) • 409 B
TypeScript
/**
* Guarantees an array of operations, is an array of operations. Handles
* the basic failure case of a single operation.
*/
export function validateOperationsArray(operationsArray: any): any;
/**
* Extract the minimal signature we're using for “direct‐match” comparison.
*/
export function getFingerprint(qs: any): {
nodes: any;
initialQueryset: any;
offset: any;
limit: any;
};