commonMain.symphony.IncomeStatementForm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-input-finance-jvm Show documentation
Show all versions of symphony-input-finance-jvm Show documentation
A kotlin multiplatform library for headless spreadsheet
The newest version!
@file:JsExport
package symphony
import cinematic.Live
import kotlinx.JsExport
interface IncomeStatementForm {
val revenue: DynamicReportRow
val cogs: DynamicReportRow
val grossProfit: Live
val expenses: DynamicReportRow
val taxes: DynamicReportRow
}