Yurba.js Documentation
    Preparing search index...

    Interface PostAttachment

    interface PostAttachment {
        ID: number;
        Item: Post;
        Timestamp?: number;
        Type: Post;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ID: number
    Item: Post
    Timestamp?: number
    Type: Post