TenantAtlas/apps/platform/.pnpm-store/v10/files/fe/ead975d76614c27e22dcfa01b2354e72f587f9f75d7554b2c7644cc86ce7d976f1f645af2b5fb8fceea0aed49d2be36f7ba8453cd54710874167edaeb41175
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

4 lines
227 B
Plaintext

export declare function parsePgNestedArray(arrayString: string, startFrom?: number): [any[], number];
export declare function parsePgArray(arrayString: string): any[];
export declare function makePgArray(array: any[]): string;