Yurba.js Documentation
    Preparing search index...

    Interface CommentPayload

    interface CommentPayload {
        content: string;
        photos_list: number[];
    }
    Index

    Properties

    Properties

    content: string
    photos_list: number[]