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