Type Alias CustomTypeInputSchema

CustomTypeInputSchema: {
    headerField?: boolean;
    helper?: string;
    key: string;
    label: string;
    required?: boolean;
    type: "ownershipRequirements" | "attestations";
}