Type Alias AppWithLastVersionWDraft

AppWithLastVersionWDraft: AppWithLastVersion & {
    draft?: unknown;
    draft_only?: boolean;
}