jamespot-user-api
    Preparing search index...

    Type Alias NewsflashSources

    type NewsflashSources = {
        banner: NewsflashSource;
        cover?: NewsflashSource;
        display?: string;
        image: NewsflashSource;
    }
    Index

    Properties

    display?: string