feat: add max_upload_size_bytes column and shared type
This commit is contained in:
@@ -605,6 +605,7 @@ export interface InstanceAdminSettings {
|
||||
discoveryEnabled: boolean;
|
||||
gifApiKey?: string;
|
||||
gifEnabled?: boolean;
|
||||
maxUploadSizeMb: number;
|
||||
}
|
||||
|
||||
export interface InstanceStreamingLimits {
|
||||
|
||||
Reference in New Issue
Block a user