Type Alias MBeaconInfoContent

MBeaconInfoContent: {
    description?: string;
    live?: boolean;
    timeout: number;
}