Skip to main content

GoalAddArgs

type GoalAddArgs = {
deadline?: string | null;
description?: string | null;
name: string;
ownerId: string;
ownerType: GoalOwnerType;
responsibleUid?: string | null;
};

Properties

deadline?

optional deadline: string | null;

description?

optional description: string | null;

name

name: string;

ownerId

ownerId: string;

ownerType

ownerType: GoalOwnerType;

responsibleUid?

optional responsibleUid: string | null;