Type Alias KSRoleWithUsersCreateWithoutKickStreamerInput

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