export interface IStoreOptions {
    name: string;
    [key: string]: any;
}
