interface Frozen {
    frozen: Boolean;
    store: string;
}

Properties

Properties

frozen: Boolean
store: string