/** Datastore */
export interface Datastore {
    /** Id of the datastore */
    datastoreId: string;
    /** Name of the datastore */
    name: string;
}
//# sourceMappingURL=Datastore.d.ts.map