Type Alias KSRoleWithUsersCreateManyKickStreamerInput

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