interface PrivateTableDialogInit {
    forked: boolean;
    tables: AnyTable[];
}

Properties

Properties

forked: boolean
tables: AnyTable[]