@jellyfin/sdk
    Preparing search index...

    Interface FontFile

    Class FontFile.

    FontFile

    interface FontFile {
        DateCreated?: string;
        DateModified?: string;
        Name?: null | string;
        Size?: number;
    }
    Index

    Properties

    DateCreated?: string

    Gets or sets the date created.

    FontFile

    DateModified?: string

    Gets or sets the date modified.

    FontFile

    Name?: null | string

    Gets or sets the name.

    FontFile

    Size?: number

    Gets or sets the size.

    FontFile