Interface AttestationUpdateRequest

interface AttestationUpdateRequest {
    data?: Record<string, any>;
    type?: string;
}

Properties

Properties

data?: Record<string, any>
type?: string