Type alias SupportedConfiguration

SupportedConfiguration: {
    hardwareImplemented: boolean;
    maximumTargets: number;
    supportedButtonConfiguration: SupportedButtonConfiguration[];
    ticksPerSecond: number;
}

Type declaration