Type alias IdlGenericArgConst

IdlGenericArgConst: {
    kind: "const";
    value: string;
}

Type declaration

  • kind: "const"
  • value: string