ProjectRoleInput

@torque-labs/sdk


@torque-labs/sdk / ProjectRoleInput

Type Alias: ProjectRoleInput

type ProjectRoleInput = {
  role: "ADMIN" | "BUILDER" | "VIEWER";
  userPubKey: string;
};

Defined in: sdk/src/types/schemaTypes.ts:1858

Properties

role

role: "ADMIN" | "BUILDER" | "VIEWER";

Defined in: sdk/src/types/schemaTypes.ts:1860


userPubKey

userPubKey: string;

Defined in: sdk/src/types/schemaTypes.ts:1859

Last updated