@5-/token

0.2.2 • Public • Published
syntax = "proto3";

package api;

message Token
{
  uint64 id = 1;
  string name = 2;
  string sk = 3;
  bool enable = 4;
}

message TokenLi
{
  repeated Token li = 1;
}

message Sk
{
  string v = 1;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @5-/token

Weekly Downloads

5

Version

0.2.2

License

Apache-2.0

Unpacked Size

1.61 kB

Total Files

4

Last publish

Collaborators

  • i18n-now
  • 3tier