useresponse
    Preparing search index...

    Interface Changelog

    interface Changelog {
        actions?: ChangelogAction[];
        createdAtPosix?: number;
        createdBy?: User;
        source?: string;
    }
    Index

    Properties

    actions?: ChangelogAction[]
    createdAtPosix?: number
    createdBy?: User
    source?: string