Interface SocketNoteTitleEdited

interface SocketNoteTitleEdited {
    note: string;
    title: string;
}

Properties

Properties

note: string
title: string

Generated using TypeDoc