mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
parent
bc364d1cb1
commit
ea88c9e4a8
@ -12,11 +12,11 @@ export interface SQLiteDatabaseConfig {
|
||||
/**
|
||||
* Location of the database. Example: 'default'
|
||||
*/
|
||||
location: string;
|
||||
location?: string;
|
||||
/**
|
||||
* iOS Database Location. Example: 'Library'
|
||||
*/
|
||||
iosDatabaseLocation: string;
|
||||
iosDatabaseLocation?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user