pterowraptyl
    Preparing search index...

    Interface EggAttributes

    interface EggAttributes {
        author: string;
        created_at: string;
        description: string;
        docker_image: string;
        id: number;
        name: string;
        nest: number;
        startup: string;
        updated_at: string;
        uuid: string;
    }
    Index

    Properties

    author: string
    created_at: string
    description: string
    docker_image: string
    id: number
    name: string
    nest: number
    startup: string
    updated_at: string
    uuid: string