Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.42 KB

listaliasescreator.md

File metadata and controls

23 lines (17 loc) · 1.42 KB

ListAliasesCreator

Information of the user who created the alias

Example Usage

import { ListAliasesCreator } from "@vercel/sdk/models/listaliasesop.js";

let value: ListAliasesCreator = {
  uid: "96SnxkFiMyVKsK3pnoHfx3Hz",
  email: "[email protected]",
  username: "john-doe",
};

Fields

Field Type Required Description Example
uid string ✔️ ID of the user who created the alias 96SnxkFiMyVKsK3pnoHfx3Hz
email string ✔️ Email of the user who created the alias [email protected]
username string ✔️ Username of the user who created the alias john-doe