Type alias GestaltLinkNodeJSON

GestaltLinkNodeJSON: Omit<GestaltLinkNode, "id" | "claim"> & {
    claim: SignedClaimJSON<ClaimLinkNode>;
    id: {
        data: number[];
        type: "IdInternal";
    };
}

Type declaration

Generated using TypeDoc