export type CreateLicenseItem = {
    licenseKey: string;
    userOrgId?: string;
    assignedToUserId?: string;
};
