export type PolicyClass = {
    policyId?: string | null;
    privateVerifykey?: string | null;
    privateSigningkey?: string | null;
    policyScript?: string | null;
};
