pterowraptyl
    Preparing search index...

    Interface NestAttributes

    interface NestAttributes {
        author: string;
        created_at: string;
        description: string;
        id: number;
        name: string;
        updated_at: string;
        uuid: string;
    }
    Index

    Properties

    author: string
    created_at: string
    description: string
    id: number
    name: string
    updated_at: string
    uuid: string