Type alias PayloadGuildError

PayloadGuildError: {
    attributes: {
        termsOfUse: string;
    };
    guild: null;
}

Type declaration

  • attributes: {
        termsOfUse: string;
    }
    • termsOfUse: string
  • guild: null