Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias ImportRejectionResource

    type ImportRejectionResource = {
        reason?: string | null;
        type?: Radarr.RejectionType;
    }
    Index

    Properties

    Properties

    reason?: string | null