/** a list of {type=>[Frontend ids]} */
export interface DefinedFrontend {
    /**  */
    id: number;
    /**  */
    type: string;
}
//# sourceMappingURL=DefinedFrontend.d.ts.map