Interface DeputyPageStatusStore

interface DeputyPageStatusStore {
    key: string;
    value: DeputyPageStatus;
}

Properties

Properties

key: string