export interface RBModelMap { RBUploadSession: Record; RBNotification: Record; RBNotificationSettings: Record; } export type RBModelName = Extract; //# sourceMappingURL=modelTypes.d.ts.map