Type alias Border

Border: {
    __typename: "Border";
    color?: string | null;
    style?: string | null;
    width?: string | null;
}

Type declaration

  • __typename: "Border"
  • Optional color?: string | null
  • Optional style?: string | null
  • Optional width?: string | null

Generated using TypeDoc