Interface MastoHttpErrorDetail

interface MastoHttpErrorDetail {
    description: string;
    error: MastoErrorType;
}

Properties

Properties

description: string