interface AsukaParametricState {
    values: Record<string, AsukaParametricValue>;
}

Properties

Properties

values: Record<string, AsukaParametricValue>