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

Properties

Properties

frozen: boolean
store: string