@gibme/starlink
    Preparing search index...

    Interface Content<Type>

    interface Content<Type = any> {
        content: Type;
        errors: Member[];
        information: string[];
        isValid: boolean;
        warnings: Member[];
    }

    Type Parameters

    • Type = any

    Hierarchy (View Summary)

    Index

    Properties

    content: Type
    errors: Member[]
    information: string[]
    isValid: boolean
    warnings: Member[]