Interface LinkItemNote

interface LinkItemNote {
    characterId: bigint;
    noteId: bigint;
}

Properties

Properties

characterId: bigint
noteId: bigint

Generated using TypeDoc