/// <reference path="note.d.ts" />
declare namespace MisskeyEntity {
    type CreatedNote = {
        createdNote: Note;
    };
}
