Type alias CreateVariableData

CreateVariableData: {
    alreadyEncrypted?: boolean;
    requestBody: CreateVariable;
    workspace: string;
}

Type declaration

  • Optional alreadyEncrypted?: boolean
  • requestBody: CreateVariable

    new variable

  • workspace: string