Type alias IdlTypeDefGenericConst

IdlTypeDefGenericConst: {
    kind: "const";
    name: string;
    type: string;
}

Type declaration

  • kind: "const"
  • name: string
  • type: string