my-flix-angular-client
    Preparing search index...

    Data passed into the Genre dialog.

    interface GenreData {
        description: string;
        name: string;
    }
    Index

    Properties

    Properties

    description: string

    Short description of the genre.

    name: string

    Genre name (e.g., "Drama").