export type CreateVestingAddressClass = {
    unlockAddress?: string | null;
    lockedUntil?: string;
    description?: string | null;
};
