Type Alias KSRoleWithUsersUncheckedCreateWithoutKickStreamerInput

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