Type Alias KSRoleWithUsersUncheckedCreateInput

KSRoleWithUsersUncheckedCreateInput: {
    dbId?: string;
    kickStreamerId: string;
    roleId: string;
    userIds?: KSRoleWithUsersCreateuserIdsInput | string[];
}