Type alias BuildInfo

BuildInfo: {
    position?: "right" | "bottom";
    text: string;
    url: string;
}

Type declaration

  • Optional position?: "right" | "bottom"
  • text: string
  • url: string

Generated using TypeDoc