interface State {
    locked?: boolean;
    temporaryLocked?: boolean;
}

Properties

locked?: boolean
temporaryLocked?: boolean