Variable: FindTargetFromSourceSchema
ts
const FindTargetFromSourceSchema: ZodObject<{
expand: ZodOptional<ZodArray<ZodCustom<"source" | "target" | string & object | "relationData", "source" | "target" | string & object | "relationData">>>;
limit: ZodOptional<ZodNumber>;
relationName: ZodString;
sourceKey: ZodString;
sourceStatus: ZodOptional<ZodString>;
sourceType: ZodCustom<"content" | "user" | string & object | "space", "content" | "user" | string & object | "space">;
sourceVersion: ZodOptional<ZodNumber>;
start: ZodOptional<ZodNumber>;
targetStatus: ZodOptional<ZodString>;
targetType: ZodCustom<"content" | "user" | string & object | "space", "content" | "user" | string & object | "space">;
targetVersion: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v1/parameters/findTargetFromSource.ts:4