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