interface RawDatabaseDeleteParams {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean